home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Utilities / Converters / Convert_PICT / Testing / hex_tests / bitmap=90C.hex < prev    next >
Text File  |  1995-06-12  |  2KB  |  71 lines

  1. % header
  2. 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  3. % end of app-specific header
  4. 00FF 0000 0000 00FF 00FF        % pict size (bogus) and top left bottom right
  5. 0011 02 FF                    % verson
  6. 0C00                        % Header op  (copied from a dumped file)
  7.     FFFFFFFF
  8.     00000000
  9.     00000000
  10.     01680000
  11.     00B20000
  12.     00000000
  13. 0001 000A 0000 0000 00FF 00FF        % Clip region.  Added to keep Mac tester happy.
  14.  
  15. 0030 0000 0000 00FF 00FF        % draw bounding rect
  16.  
  17.  
  18. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  19. %
  20. %    This tests the 90 opcode with a color image.
  21. %
  22. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  23.  
  24. 0090
  25. 8004                % rowbytes
  26. 0000 0000 0010 0010    % bounds (tlbr)
  27. 0000                % pixmap version
  28. 0000                % packing format
  29. 0000 0000            % Packed size (= 0 by IM V p. 104)
  30. 0048 0000 0048 0000    % horozontal resolution and vertical resolution (fixed pt. data type)
  31. 0000                % pixel type ( 0 == chunky format)
  32. 0002                % bits per pixel
  33. 0001                % num components in pixel
  34. 0002                % Size of each component
  35. 00000000            % Offset to next plane
  36. 00000000            % color table
  37. 00000000            % reserved
  38. % color table!
  39. 00000000
  40. 0000 0003
  41. 0000 FFFF FFFF FFFF
  42. 0001 FFFF 0000 0000
  43. 0002 0000 FFFF 0000
  44. 0003 0000 0000 FFFF
  45.  
  46. % source and dest rect and mode
  47. 0000 0000 0010 0010
  48. 0010 0010 0020 0020
  49. 0000
  50.  
  51. % bit data
  52. 00001111
  53. 00001111
  54. 00001111
  55. 00001111
  56. 00001111
  57. 00001111
  58. 00001111
  59. 00001111
  60. 22223333
  61. 22223333
  62. 22223333
  63. 22223333
  64. 22223333
  65. 22223333
  66. 22223333
  67. 22223333
  68.  
  69. 00FF    % end
  70.  
  71.